home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xml / ParserException$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  1.1 KB  |  40 lines

  1. package com.extensibility.xml;
  2.  
  3. class ParserException$1 implements ParserException.Context {
  4.    // $FF: synthetic field
  5.    final int val$line;
  6.    // $FF: synthetic field
  7.    final int val$column;
  8.    // $FF: synthetic field
  9.    final String val$url;
  10.    // $FF: synthetic field
  11.    final ParserException this$0;
  12.  
  13.    public int getLine() {
  14.       return this.val$line;
  15.    }
  16.  
  17.    public int getColumn() {
  18.       return this.val$column;
  19.    }
  20.  
  21.    public boolean isInternal() {
  22.       return false;
  23.    }
  24.  
  25.    public URI getURI() {
  26.       return new URI(this.val$url);
  27.    }
  28.  
  29.    public String getName() {
  30.       return null;
  31.    }
  32.  
  33.    ParserException$1(int var1, int var2, String var3, ParserException var4) {
  34.       this.val$line = var1;
  35.       this.val$column = var2;
  36.       this.val$url = var3;
  37.       this.this$0 = var4;
  38.    }
  39. }
  40.